On POSKY's CRJ900v2, there is an extra option where you can change the type of antenna above the APU inlet in the rear of the aircraft.

There are two types, one is an antenna that is in the shape of a pencil, the other is a more thin antenna similar to the other COM antennas.

To change the types, you must edit the Pky_CRJOptInit.xml file using notepad.exe. The file can be found in the panel/poskyCRJ/ folder.

In the xml file you will see the following lines:

===========================================================================



(c)2007 Hiroshi Igami







===========================================================================

All you need to do to hide a particular antenna is to change the boolean value preceding each antenna from a 0 to a 1. In the example above, both antennas are visible. To hide the 'thinner' antenna, change "0 (>L:Pky1OPTANT,bool)" to "1 (>L:Pky1OPTANT,bool)". Likewise for the pencil shapped antenna, change "0 (>L:Pky2OPTANT,bool)" to "1 (>L:Pky2OPTANT,bool)". It is very important that you remember, 0 means show, 1 means hide. If all antennas are indicating 0, then they all will show, and some will bleed through eachother and look terrible.